home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1996 July
/
Electronic Clipper 1996 July.iso
/
pc
/
ideasrc
/
house.dir
/
00209_Script_209
< prev
next >
Wrap
Text File
|
1996-06-02
|
945b
|
37 lines
on exitFrame
go the frame
if rollover (3) then
puppetsprite (3), true
set the castnum of sprite 3 to 197
updatestage
else puppetsprite 3, false
if rollover (4) then
puppetsprite (4), true
set the castnum of sprite 4 to 198
updatestage
else puppetsprite 4, false
if rollover (5) then
puppetsprite (5), true
set the castnum of sprite 5 to 200
updatestage
else puppetsprite 5, false
if rollover (6) then
puppetsprite (6), true
set the castnum of sprite 6 to 199
updatestage
else puppetsprite 6, false
if the mouseV > 130 and the mouseH > 150 and the mouseV < 450 and the mouseH < 580 then
cursor 200
set the locV of sprite 8 to the mouseV
set the locH of sprite 8 to the mouseH
updatestage
if the mousedown then
sound stop 1
cursor -1
go the frame +1
end if
else
cursor -1
end if
end